home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / wordwrap / wordwrap.readme < prev    next >
Text File  |  1999-04-19  |  2KB  |  44 lines

  1. Short:    Reformat ASCII texts to new width, V2.3
  2. Author:   wnoeker@t-online.de (Wilhelm Noeker)
  3. Uploader: wnoeker@t-online.de (Wilhelm Noeker)
  4. Type:     text/misc
  5.  
  6. "WordWrap" is a text filter that rearranges the line breaks in a plain
  7. ASCII text, preserving paragraphs (or merging them into one, if you
  8. wish ;-).  Both popular methods of separating paragraphs are supported
  9. (indentation and blank lines).  There are several ways to prevent special
  10. stuff like lists, addresses or captions from being reformatted.
  11. "WordWrap" even works on texts with hyphenated words.
  12.  
  13. Try these (nonsense) examples to get an idea what it does:
  14.  
  15.   wordwrap <wordwrap.c -l60
  16.   wordwrap <wordwrap.c -b
  17.  
  18. "WordWrap" is Freeware, C source is included.
  19.  
  20. History
  21. -------
  22. New in V2.3: "Escape mode" now works by counting paragraphs, instead of
  23.   looking for handcrafted "escape words".
  24.   Recognizes ANSI escape codes (only drops them, but at least in a
  25.   clean way). Recognizes non-breakable space (0xa0).
  26. New in V2.2: Reasonable handling of tabs (at last), option to preserve
  27.   "escape words" over several passes of reformatting.
  28.   Fixed a bug: -ia didn't work as described, but just like -ic.
  29. New in V2.1: Can put hyphenated words back together.
  30. New in V2.0: AmigaGuide docs, better examples, better recognition of
  31.   "end of sentence", extended the "end of line" and "start of line"
  32.   keyword feature, can convert blank lines to indentation.
  33.   Fixed a few bugs concerning the left margin handling.
  34. New in V1.4: Can look for keywords which should always end an output
  35.   line and/or start a new one.
  36. New in V1.3: Can add extra wide space after sentences.
  37.   Fixed a bug concerning "escaped" paragraphs.
  38. New in V1.2: Can convert indentation to blank lines,
  39.   added an "escape mode" for persistent cases of unwanted reformatting.
  40.   Fixed a severe bug that would swallow words starting with a non-ASCII
  41.   character. %-(
  42. New in V1.1: options to add/strip an additional left margin.
  43.  
  44.